object fmExtractDlg: TfmExtractDlg Left = 347 Top = 200 Width = 457 Height = 376 HelpContext = 530 ActiveControl = cbDestination BorderIcons = [biSystemMenu, biMaximize] Caption = 'Extract' Color = clBtnFace Constraints.MinHeight = 376 Constraints.MinWidth = 457 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object paBottom: TPanel Left = 0 Top = 310 Width = 449 Height = 37 Align = alBottom BevelOuter = bvNone TabOrder = 3 object bbExtract: TBitBtn Left = 105 Top = 5 Width = 75 Height = 25 Caption = '&Extract' Default = True TabOrder = 0 OnClick = bbExtractClick end object bbCancel: TBitBtn Left = 187 Top = 5 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 NumGlyphs = 2 end object bbHelp: TBitBtn Left = 270 Top = 5 Width = 75 Height = 25 Cancel = True Caption = '&Help' TabOrder = 2 OnClick = bbHelpClick NumGlyphs = 2 end end object paTop: TPanel Left = 0 Top = 0 Width = 449 Height = 52 Align = alTop BevelOuter = bvNone TabOrder = 0 DesignSize = ( 449 52) object laExtractTo: TLabel Left = 8 Top = 8 Width = 275 Height = 13 Caption = 'Extract &To (Will be automatically created if does not exist) :' FocusControl = cbDestination end object sbUpdateTreeView: TSpeedButton Left = 416 Top = 24 Width = 23 Height = 21 Hint = 'Display in tree view below' Anchors = [akTop, akRight] Glyph.Data = { 42010000424D4201000000000000760000002800000011000000110000000100 040000000000CC00000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777700000007770000777777777700000007770FB0774444444700000007770 BF0777777777700000007770F007777777777000000077700077777777777000 0000777777777777777770000000700700700700700070000000777777777777 7777700000007070000777777770700000007070BF0770000070700000007770 FB0777777777700000007070B007777777707000000070700077777777707000 0000777777777777777770000000700700700700700070000000777777777777 777770000000} OnClick = sbUpdateTreeViewClick end object cbDestination: TRegComboBox Left = 8 Top = 24 Width = 404 Height = 21 Hint = 'Enter the directory to extract to' AutoComplete = False AutoDropDown = True Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 RegAutoFindValue = True RegAutoFindDelay = 500 RegAutoFindCaseSensitive = False RegEnabled = True RegLocation = CurrentUser RegKey = '\Software\PicoZip\MRUExtract' RegMaxCount = 20 RegSaveOnExit = True end end object paRight: TPanel Left = 280 Top = 52 Width = 169 Height = 258 Align = alRight BevelOuter = bvNone TabOrder = 2 object laOpenExplorer: TLabel Left = 35 Top = 227 Width = 70 Height = 13 Caption = 'after extracting' OnClick = laOpenExplorerClick end object rgFiles: TRadioGroup Left = 8 Top = 15 Width = 153 Height = 62 Caption = '&Files To Extract' ItemIndex = 0 Items.Strings = ( 'Selected Files' 'All Files') TabOrder = 0 end object gbExtractOptions: TGroupBox Left = 8 Top = 84 Width = 153 Height = 121 Caption = 'Extract Options' TabOrder = 1 object ckRestoreFolders: TCheckBox Left = 8 Top = 19 Width = 137 Height = 17 Caption = '&Restore original folders' Checked = True State = cbChecked TabOrder = 0 end object ckConfirmOverwrites: TCheckBox Left = 8 Top = 38 Width = 137 Height = 17 Caption = 'Confirm file &overwrites' Checked = True State = cbChecked TabOrder = 1 end object ckRestoreAttributes: TCheckBox Left = 8 Top = 77 Width = 137 Height = 17 Caption = 'Restore file &attributes' TabOrder = 3 end object ckCreateDirectories: TCheckBox Left = 8 Top = 58 Width = 137 Height = 17 Caption = 'Create &stored directories' Checked = True State = cbChecked TabOrder = 2 end object ckDateAttribute: TCheckBox Left = 8 Top = 97 Width = 137 Height = 17 Caption = 'Restore file &dates' TabOrder = 4 end end object ckOpenExplorer: TCheckBox Left = 16 Top = 213 Width = 145 Height = 17 Caption = 'Open in Windows Explorer ' TabOrder = 2 end end object paLeft: TPanel Left = 0 Top = 52 Width = 280 Height = 258 Align = alClient BevelOuter = bvNone TabOrder = 1 DesignSize = ( 280 258) object laDestinationFolder: TLabel Left = 8 Top = 4 Width = 118 Height = 13 Caption = 'Select Dest&ination Folder' end object ststvExplorerTree: TStShellTreeView Left = 8 Top = 20 Width = 265 Height = 234 CompressedColor = clBlue ExpandInterval = 2000 Filtered = False Options = [toAllowRename, toExpandTopNode, toShellMenu, toShowHidden] SpecialRootFolder = sfDesktop SpecialStartInFolder = sfNone OnFolderSelected = ststvExplorerTreeFolderSelected Indent = 19 ParentColor = False ShowRoot = False TabOrder = 0 Anchors = [akLeft, akTop, akRight, akBottom] end end end